home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
DrawPageLayout.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
279b
|
20 lines
@interface DrawPageLayout : PageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* Methods overridden from superclass */
- pickedUnits:sender;
- readPrintInfo;
- writePrintInfo;
- setTopBotForm:anObject;
- setSideForm:anObject;
@end